home *** CD-ROM | disk | FTP | other *** search
- I have a problem with playing Iff anims. When I try and make them looping,
- ie play continous, a blank frame appears at the start of the loop. Can any
- one help?
-
- Open In 1,"Any anim"
- L=Frame Load (1 to 1000)
- Close
-
- Do
- P=Frame Play(10,1,0)
- Double Buffer
- For X=2 to L-1
- P=Frame Play(P,1)
- Screen Swap
- Wait Vbl:Wait Vbl:Wait Vbl
- Next X
- Loop
-
- I think it has somthing to do with the double buffering or physical and
- logical screens, but I'm not sure.
- Darryl
-
- -- Via DLG Pro v1.0
-
-
-